home *** CD-ROM | disk | FTP | other *** search
- #------------------
- # RASTER make file
- #------------------
-
- raster.obj : raster.c text.h easyfont.h
- cl -c -G2sw -W3 raster.c
-
- easyfont.obj : easyfont.c easyfont.h
- cl -c -G2sw -W3 easyfont.c
-
- raster.exe : raster.obj easyfont.obj raster.def
- link raster easyfont, /align:16, NUL, os2, raster
-